object CheckSendActSetup: TCheckSendActSetup Left = 515 Top = 317 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Check/Send Mail' ClientHeight = 433 ClientWidth = 486 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose PixelsPerInch = 120 TextHeight = 16 object GroupBox1: TGroupBox Left = 10 Top = 138 Width = 464 Height = 168 Caption = 'Accounts' TabOrder = 0 object bSelectAll: TButton Left = 325 Top = 20 Width = 129 Height = 30 Caption = '&Select All' TabOrder = 0 OnClick = bSelectAllClick end object bUnselectAll: TButton Left = 325 Top = 69 Width = 129 Height = 31 Caption = '&Unselect All' TabOrder = 1 OnClick = bSelectAllClick end object lUsers: TCheckListBox Left = 10 Top = 20 Width = 306 Height = 129 ItemHeight = 16 TabOrder = 2 end end object cbConnect: TCheckBox Left = 20 Top = 315 Width = 454 Height = 21 Caption = 'Connect to the &Internet if needed' TabOrder = 1 end object cbDisconnect: TCheckBox Left = 20 Top = 345 Width = 454 Height = 21 Caption = '&Disconnect when all sessions finished' TabOrder = 2 end object bOK: TButton Left = 236 Top = 394 Width = 112 Height = 31 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 3 end object bCancel: TButton Left = 364 Top = 394 Width = 112 Height = 31 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object rgMode: TRadioGroup Left = 10 Top = 20 Width = 464 Height = 99 Caption = 'Action to perform' ItemIndex = 0 Items.Strings = ( '&Check for new mail only' 'Send &Queued messages only' 'C&heck and send simultaneously') TabOrder = 5 end end